'宣言 Protected Overloads Shared Sub Interpolate( _ ByVal ret As List(Of Point), _ ByVal p As Single, _ ByVal min As List(Of Point), _ ByVal max As List(Of Point) _ )
protected static void Interpolate( List<Point> ret, float p, List<Point> min, List<Point> max )